home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / AVOGADRO / CHEMISTRY / PERIODIC / ReadMe < prev   
Text File  |  1996-01-23  |  2KB  |  67 lines

  1.  !Periodic is an application which shows (surprise,
  2. surprise) a periodic table of the elements. Clicking on any
  3. element displays a range of physical, electronic,
  4. thermodynamic properties for that particular element.
  5.  
  6.  I would welcome feedback from users on what data could
  7. usefully be included in such an application, and also how it
  8. could be extended to be more functional.
  9.  
  10.  If users could actually supply me with data, that would
  11. obviously save me a lot of time! I include in the archive a
  12. dummy csv data file (names_dat) with all the elements listed
  13. to enable data to be added.
  14.  
  15. For example the format is
  16.  
  17.   #symbol,name
  18.   ..
  19.   ..
  20.   Ne,Neon
  21.   Na,Sodium
  22.   Mg,Magnesium
  23.   ..
  24.   ..
  25.   
  26. Indicate in the first line the data being submitted, e.g.
  27.  
  28.   #symbol,name,property1,property2
  29.   
  30. and add the numerical values to data lines using commas as
  31. separators, e.g.
  32.   ..
  33.   Ne,Neon,23.5,1.4
  34.   Na,Sodium,67.48,2.2
  35.   Mg,Magnesium,45.09,7.8
  36.   ..
  37.  
  38.  Unavailable data can be left blank.
  39.  
  40.  Then simply send a disc containing the file to me (or use
  41. e-mail if you have access). I will copy the file and return
  42. the disc. I can then add the data to !Periodic in a suitable
  43. table, either adding to one of the present categories, or
  44. creating a new one as appropriate.
  45.  
  46.  I can be contacted as
  47.  
  48.   Chris Johnson,
  49.   7 Lovedale Grove,
  50.   Balerno,
  51.   Edinburgh,
  52.   EH14 7DR,
  53.   
  54. or by e-mail as
  55.  
  56.   C.A.Johnson@hw.ac.uk
  57.   
  58. (note my new e-mail address).
  59.  
  60. All contributions will be gratefully received, and
  61. acknowledged in the program help file.
  62.  
  63. Chris Johnson
  64. 23/1/1996
  65.  
  66.  
  67.